index.module.scss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .withdrawPage {
  2. padding: 0 1px 0.8rem 1px;
  3. width: calc((100%) / 2);
  4. overflow-y: auto;
  5. overflow-x: hidden;
  6. :global(.adm-list-item) {
  7. padding-left: 0 !important;
  8. }
  9. :global(.adm-list-default .adm-list-body) {
  10. border: none !important;
  11. }
  12. :global(.adm-list-item-content-main) {
  13. padding: 0.08rem 0;
  14. display: flex;
  15. align-items: center;
  16. }
  17. :global(.adm-form-item-feedback-error) {
  18. font-size: 0.1rem;
  19. }
  20. :global(.adm-form-item-required-asterisk) {
  21. display: none;
  22. }
  23. :global(.adm-list-item-content) {
  24. border: none !important;
  25. }
  26. :global(.adm-list-item-content-prefix) {
  27. width: auto !important;
  28. label {
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. color: #fff !important;
  33. }
  34. }
  35. :global(.adm-form-item-label) {
  36. color: #768d95;
  37. font-size: 0.15rem;
  38. margin-bottom: 0 !important;
  39. margin-right: 10px;
  40. }
  41. :global(.adm-input-element) {
  42. line-height: 1;
  43. }
  44. :global(.adm-list-item-content-extra) {
  45. height: 0.36rem;
  46. }
  47. .extraPart {
  48. font-size: 0.12rem;
  49. display: flex;
  50. align-items: center;
  51. }
  52. .amountInput {
  53. ::placeholder {
  54. font-size: 0.16rem;
  55. color: #768d95;
  56. }
  57. }
  58. ::placeholder {
  59. color: #37434c !important;
  60. font-size: 0.12rem;
  61. }
  62. }
  63. .amontForm {
  64. background-color: #1f2830;
  65. border-radius: 0.15rem;
  66. }
  67. .withdrawTitle {
  68. display: flex;
  69. align-items: center;
  70. justify-content: flex-start;
  71. border-bottom: 1px solid #3b4852;
  72. .withdrawTitleText {
  73. padding: 0.05rem 0;
  74. margin-right: 0.1rem;
  75. position: relative;
  76. &::after {
  77. content: "";
  78. position: absolute;
  79. left: 0;
  80. right: 0;
  81. bottom: -1px;
  82. height: 1px;
  83. border-bottom: 1px solid #11de68;
  84. }
  85. }
  86. }
  87. .quick {
  88. display: grid;
  89. grid-template-columns: repeat(3, 1fr);
  90. grid-gap: 0.1rem;
  91. }
  92. .buttonItem {
  93. background-color: #1f2830;
  94. border-radius: 0.1rem;
  95. padding: 0.02rem 0;
  96. text-align: center;
  97. border: 1px solid #1f2830;
  98. font-size: 0.1rem;
  99. position: relative;
  100. overflow: hidden;
  101. &.active {
  102. border: 1px solid #11de68;
  103. font-weight: 700;
  104. color: #11de68;
  105. .checked {
  106. display: block;
  107. }
  108. &:before {
  109. content: "\e69e";
  110. position: absolute;
  111. right: 0.02rem;
  112. bottom: -0.01rem;
  113. color: #1f2830;
  114. font-size: 0.1rem;
  115. z-index: 2;
  116. width: 0.1rem;
  117. transform: scale(0.7);
  118. }
  119. &:after {
  120. content: "";
  121. width: 0.4rem;
  122. height: 0.4rem;
  123. position: absolute;
  124. right: -0.24rem;
  125. bottom: -0.24rem;
  126. background-color: #11de68;
  127. transform: rotate(45deg);
  128. z-index: 1;
  129. }
  130. }
  131. }
  132. .todos {
  133. height: 100%;
  134. background-color: #11de68;
  135. border-radius: 0.1rem;
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. padding: 0 0.15rem;
  140. font-weight: 700;
  141. color: #37434c;
  142. }
  143. .line {
  144. height: 1px;
  145. background-color: #3b4852;
  146. margin: 0.2rem 0;
  147. }
  148. .channelText {
  149. display: flex;
  150. align-items: center;
  151. margin-bottom: 0.1rem;
  152. }
  153. .swiperContainer {
  154. border-bottom: 1px solid #3b4852;
  155. padding-bottom: 0.1rem;
  156. }
  157. .btns {
  158. display: flex;
  159. flex-direction: column;
  160. padding-top: 0.2rem;
  161. .btn {
  162. margin: 0.1rem 0;
  163. height: 0.45rem;
  164. border-radius: 0.1rem;
  165. outline: none;
  166. border: none;
  167. font-size: 0.16rem;
  168. font-weight: bold;
  169. &:nth-child(1) {
  170. background-color: #11de68;
  171. color: #000;
  172. }
  173. &:nth-child(2) {
  174. background-color: #393d47;
  175. color: #fff;
  176. }
  177. }
  178. }
  179. .accountNo {
  180. &::before {
  181. content: "+55";
  182. margin-right: 0.1rem;
  183. }
  184. }
  185. .ModalBox,
  186. .gameModal {
  187. :global(.mask-box) {
  188. background: #1f2830;
  189. color: #fff;
  190. }
  191. }